home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / on / send_notice < prev    next >
Encoding:
Text File  |  2001-03-21  |  346 b   |  15 lines

  1. Synopsis:
  2.    on [<modes>]send_notice [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered whenever the client sends a NOTICE message to a
  6.    channel or another client.
  7.  
  8. Parameters:
  9.    $0    nickname or channel the NOTICE is sent to
  10.    $1-   text of message sent
  11.  
  12. See Also:
  13.    notice(1); on(5) notice
  14.  
  15.